BaseSubsystem.ConfiguredAxes property

Configures the settings of a simulated axis.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IList<AxisConfiguration> ConfiguredAxes { get; set; }
Property ConfiguredAxes As IList(Of AxisConfiguration)

Property value

Type: IList<AxisConfiguration>

Remarks

Allows for simulation of expected behavior when using a simulated axis.

Usable EtherCAT states

ecatOffline, ecatOP

See also

BaseSubsystem Class

IntervalZero.KINGSTAR.Base.Class Namespace